html,body{margin:0;padding:0;height:100%;width:100%}body{font-family:'Manrope',sans-serif;background:#0A0A0A;color:#E0E0E0;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden}main{padding:1rem;display:flex;flex-direction:column;align-items:center}img.logo{width:120px;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#FFF;margin:0 0 1rem 0;line-height:1.2}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:#A0A0A0;margin:0 0 2rem 0;max-width:600px;line-height:1.6}a.cta{display:inline-block;background-color:#007FFF;color:#FFF;text-decoration:none;font-weight:700;font-size:1.1rem;padding:.8rem 2rem;transition:background-color .2s}a.cta:hover{background-color:#005FCC}#cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:rgba(20,20,20,0.9);backdrop-filter:blur(5px);padding:1rem;display:none;justify-content:center;align-items:center;gap:1rem;box-sizing:border-box}#cookie-banner p{margin:0;color:#E0E0E0;font-size:.9rem}#cookie-banner button{background:#007FFF;color:#FFF;border:none;padding:.5rem 1rem;cursor:pointer;font-weight:700}